projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a44b14
)
(Fx_popup_dialog): If POSITION is t, use selected frame.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Apr 1994 19:43:01 +0000
(19:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Apr 1994 19:43:01 +0000
(19:43 +0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index 757fa092de47c9f202bdc53446940599abf45b51..fbd9730e903c791de95817a69ba46edf7672a116 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-873,11
+873,7
@@
The return value is VALUE from the chosen item.")
#endif
/* Decode the first argument: find the window and the coordinates. */
if (EQ (position, Qt))
- {
- window = selected_window;
- XFASTINT (x) = 0;
- XFASTINT (y) = 0;
- }
+ window = selected_window;
}
else if (CONSP (position))
{